 | MessageBytes Property |
Gets or sets the bytes data of this Message.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic byte[] Bytes { get; set; }
Public Property Bytes As Byte()
Get
Set
Return Value
Type:
Byte
The bytes data of this
Message.
See Also