DiscoveryTransport coding group
Codings Group from mainline\inBasic\inDataSource.h\Class CDataSource: _transport : uint32_t { rnil = 0x0, filesystem, tcp, bson, com, ua_binary, ua_xml, oledb, snmp, smtp, rmax };.
Lua access code
To access the code of the codings below, append the coding group name and coding name to syslib.model.codes
,
see an example below.
return syslib.model.codes.DiscoveryTransport.TRANSPORT_BSON
Codings
Name | Code | Description |
---|---|---|
TRANSPORT_BSON | 4 | Transport BSON |
TRANSPORT_COM | 5 | Transport COM |
TRANSPORT_FILESYSTEM | 2 | Transport File System |
TRANSPORT_NIL | 1 | enum _transport : uint32_t { rnil = 0x0, filesystem, tcp, bson, com, ua_binary, ua_xml, oledb, snmp, smtp, rmax }; |
TRANSPORT_OLEDB | 8 | Transport OLEDb |
TRANSPORT_SMTP | 10 | Transport SMTP |
TRANSPORT_SNMP | 9 | Transport SNMP |
TRANSPORT_TCP | 3 | Transport TCP |
TRANSPORT_UA_BINARY | 6 | Transport UA Binary |
TRANSPORT_UA_XML | 7 | Transport UA XML |