C++ Native Functions: com.teracloud.streams.network.mac

This page documents native functions that can be invoked from SPL, including the SPL interfaces that can be used to invoke each of the native functions.

Functions

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.