Roboid Control for C#
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
RoboidControl.InvestigateMsg Class Reference

Detailed Description

Message to request details for a Thing.

Inheritance diagram for RoboidControl.InvestigateMsg:
RoboidControl.IMessage

Public Member Functions

 InvestigateMsg (byte networkId, Thing thing)
 Create an investigate message.
 
 InvestigateMsg (byte[] buffer)
 
override byte Serialize (ref byte[] buffer)
 

Public Attributes

byte networkId
 The network ID of the thing.
 
byte thingId
 The ID of the thing.
 

Static Public Attributes

const byte Id = 0x81
 The message Id.
 
const byte length = 3
 /// The length of the message
 

Constructor & Destructor Documentation

◆ InvestigateMsg() [1/2]

RoboidControl.InvestigateMsg.InvestigateMsg ( byte  networkId,
Thing  thing 
)

Create an investigate message.

Parameters
networkIdThe network ID for the thing
thingThe thing for which the details are requested

◆ InvestigateMsg() [2/2]

RoboidControl.InvestigateMsg.InvestigateMsg ( byte[]  buffer)

Member Function Documentation

◆ Serialize()

override byte RoboidControl.InvestigateMsg.Serialize ( ref byte[]  buffer)
virtual

Reimplemented from RoboidControl.IMessage.