H263PacketPayload Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic byte[] Payload { get; }
Public ReadOnly Property Payload As Byte()
Get
public:
property array<unsigned char>^ Payload {
array<unsigned char>^ get ();
}
member Payload : byte[] with get
Property Value
Type:
Byte
See Also