Byte array of the raw data sent from the sensor

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public byte[] RawData { get; set; }
Visual Basic
Public Property RawData As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ RawData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
F#
member RawData : byte[] with get, set

Property Value

Type: array<Byte>[]()[][]

See Also