| MonitorsByteStream Property |
[This is preliminary documentation and is subject to change.]
Byte Array containing monitor stream values. Make sure a "save" is done first (standard solution modes do this automatically)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public byte[] ByteStream { get; }
Public ReadOnly Property ByteStream As Byte()
Get
public:
property array<unsigned char>^ ByteStream {
array<unsigned char>^ get ();
}
member ByteStream : byte[] with get
function get_ByteStream();
Property Value
Type:
ByteSee Also