ExtractedBytesBytes Property |
Gets or sets the array of bytes extracted from the source that describes one complete message.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] Bytes { get; set; }
Public Property Bytes As Byte()
Get
Set
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Bytes : byte[] with get, set
Property Value
Type:
ByteSee Also