[][src]Module opcua_types::constants

Constants

DEFAULT_OPC_UA_SERVER_PORT

Default OPC UA port number. Used by a discovery server. Other servers would normally run on a different port. So OPC UA for Rust does not use this nr by default but it is used implicitly in opc.tcp:// urls and elsewhere.

MAX_ARRAY_LENGTH

Maximum number of elements in an array

MAX_BYTE_STRING_LENGTH

Maximum size of a byte string in bytes

MAX_CERTIFICATE_LENGTH

Maximum size of a certificate to send

MAX_STRING_LENGTH

Maximum size of a string in chars

SECURITY_POLICY_BASIC_256_URI

URI supplied for the Basic256 security policy

SECURITY_POLICY_BASIC_256

String used as shorthand in config files, debug etc.for Basic256 security policy

SECURITY_POLICY_BASIC_128_RSA_15_URI

URI supplied for the Basic128Rsa15 security policy

SECURITY_POLICY_BASIC_128_RSA_15

String used as shorthand in config files, debug etc.for Basic128Rsa15 security policy

SECURITY_POLICY_BASIC_256_SHA_256_URI

URI supplied for the Basic256Sha256 security policy

SECURITY_POLICY_BASIC_256_SHA_256

String used as shorthand in config files, debug etc.for Basic256Sha256 security policy

SECURITY_POLICY_NONE

String used as shorthand in config files, debug etc.for None security policy

SECURITY_POLICY_NONE_URI

URI supplied for the None security policy