57 for (
int i = 0; i < sz; i++)
65 , DeleteSubscriptions(true)
89 *
this << uname.UserName;
90 *
this << uname.Password;
91 *
this << uname.EncryptionAlgorithm;
97 *
this >> uname.UserName;
98 *
this >> uname.Password;
99 *
this >> uname.EncryptionAlgorithm;
108 { ret +=
RawSize(token.UserName); }
116 *
this << token.Header;
118 *
this << token.PolicyId;
121 { *
this << token.UserName; }
127 *
this >> token.Header;
130 *
this >> token.PolicyId;
133 { *
this >> token.UserName; }
144 RawSize(request.DeleteSubscriptions);
150 *
this << request.TypeId;
151 *
this << request.Header;
153 *
this << request.DeleteSubscriptions;
159 *
this >> request.TypeId;
160 *
this >> request.Header;
162 *
this >> request.DeleteSubscriptions;
178 *
this << response.TypeId;
179 *
this << response.Header;
185 *
this >> response.TypeId;
186 *
this >> response.Header;
202 *
this << request.TypeId;
203 *
this << request.Header;
209 *
this >> request.TypeId;
210 *
this >> request.Header;
std::size_t RawSize< UserIdentifyToken >(const UserIdentifyToken &token)
void setUser(const std::string &user, const std::string &password)
std::size_t RawSize< ServiceFaultResponse >(const ServiceFaultResponse &request)
std::size_t RawSize< CloseSessionRequest >(const CloseSessionRequest &request)
std::size_t RawSize< CloseSessionResponse >(const CloseSessionResponse &response)
std::vector< uint8_t > PolicyId
OPC UA Address space part. GNU LGPL.
const char * Binary(const char *input, short n)
void setPolicyId(const std::string &id)
UserTokenType type() const
struct OpcUa::UserIdentifyToken::UserNameStruct UserName
std::size_t RawSize(const T &obj)