Obtains message as hexadecimal character string.
When a character string is set in SML, bop compiles the character string and builds the data structure inside. At this time, when HexDump is read out, it converts to binary structure and returns it converted to a hexadecimal character string.
Syntax
|
BSTR GetHexDump();
void SetHexDump(LPCTSTR lpszNewValue);
|
Return Value
Example
Remarks
See Also
SML Property
|