RawDataArgsBytes Property |
The raw bytes of this event.
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.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