EncodeMAC Property
Whether the MAC value is hex encoded.
Syntax
property EncodeMAC: Boolean read get_EncodeMAC write set_EncodeMAC;
Default Value
true
Remarks
This property specifies whether the computed MAC value is hex encoded. When set to True (default) the component will hex encoded the computed MAC for easier use. Set this value to False to obtain the MAC value in an unmodified form.
The default value is True.