Rhyduino.Message.FirmataVersionReport Class
Class containing the data contained in an encoded Firmata version report message.
Fields
Properties
- MajorVersion The major version component of the message.
- MinorVersion The minor version component of the message.
- Name The name of the Firmata sketch reported.
Methods
- #ctor(System.Byte[]) Creates and initializes a FirmataVersionReport object from an encoded Firmata version report message.
- ToString Returns a string describing the object.