 | Message Constructor (Byte) |
Constructs a new Message with supplied bytes.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic Message(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
Parameters
- bytes
- Type: SystemByte
The initial bytes data of the Message (can be null).
See Also