|
DataSubscriberUserCommandArgsBuffer Property
|
Gets the buffer containing the message from the server.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic byte[] Buffer { get; }
Public ReadOnly Property Buffer As Byte()
Get
public:
property array<unsigned char>^ Buffer {
array<unsigned char>^ get ();
}
member Buffer : byte[] with get
View SourceProperty Value
Byte
See Also