Gets the address of the IIC module referenced by the packet.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public byte IicAddress { get; }
Visual Basic (Declaration)
Public ReadOnly Property IicAddress As Byte
Visual C++
public:
property unsigned char IicAddress {
	unsigned char get ();
}

Field Value

The address of the IIC module referenced by the packet.

See Also