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

Detailed Description

Message notifiying that a Thing no longer exists.

Inheritance diagram for RoboidControl.DestroyMsg:
RoboidControl.IMessage

Public Member Functions

 DestroyMsg (byte networkId, byte thingId)
 Create a message for sending.
 
 DestroyMsg (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 = 0x20
 The message ID.
 
const byte length = 3
 The length of the message.
 

Constructor & Destructor Documentation

◆ DestroyMsg() [1/2]

RoboidControl.DestroyMsg.DestroyMsg ( byte  networkId,
byte  thingId 
)

Create a message for sending.

Parameters
networkIdThe network ID of the thing
thingIdThe ID of the thing

◆ DestroyMsg() [2/2]

RoboidControl.DestroyMsg.DestroyMsg ( byte[]  buffer)

Member Function Documentation

◆ Serialize()

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

Reimplemented from RoboidControl.IMessage.