C++ Native Functions: com.teracloud.streams.network.mac
- public rstring convertMACAddressNumericToString(list<uint8>[6] macAddressNumeric)
-
This function converts an ethernet MAC address from a six-byte binary value to a string representation.
- public list<uint8>[6] convertMACAddressStringToNumeric(rstring macAddressString)
-
This function converts an ethernet MAC address from a string representation to a six-byte binary value.