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

Detailed Description

A message communicating the network ID for that participant.

Inheritance diagram for RoboidControl.NetworkIdMsg:
RoboidControl.IMessage

Public Member Functions

 NetworkIdMsg (byte networkId)
 Create a new message for sending.
 
 NetworkIdMsg (byte[] buffer)
 
override byte Serialize (ref byte[] buffer)
 

Public Attributes

byte networkId
 The network ID for the participant.
 

Static Public Attributes

const byte Id = 0xA1
 The message ID.
 
const byte length = 2
 The length of the message.
 

Constructor & Destructor Documentation

◆ NetworkIdMsg() [1/2]

RoboidControl.NetworkIdMsg.NetworkIdMsg ( byte  networkId)

Create a new message for sending.

Parameters
networkIdThe network ID for the participant

◆ NetworkIdMsg() [2/2]

RoboidControl.NetworkIdMsg.NetworkIdMsg ( byte[]  buffer)

Member Function Documentation

◆ Serialize()

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

Reimplemented from RoboidControl.IMessage.