StringPacketBytes Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
ByteImplements
IPacket.Bytes
See Also