Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic byte[] Bytes { get; }
Public ReadOnly Property Bytes As Byte()
Get
public:
virtual property array<unsigned char>^ Bytes {
array<unsigned char>^ get () sealed;
}
abstract Bytes : byte[] with get
override Bytes : byte[] with get
Property Value
Type:
ByteImplements
IPacket.Bytes
See Also