C# Class DnmpLibrary.Network.Messages.Types.ConnectionRequestMessage

Inheritance: ITypedMessage
Datei anzeigen Open project: DnmpLib/DnmpLibrary

Public Properties

Property Type Description
NetworkId byte[]

Public Methods

Method Description
ConnectionRequestMessage ( Array data )
ConnectionRequestMessage ( Array networkId, bool packetCreation = false )
GetBytes ( ) : byte[]
GetMessageType ( ) : MessageType

Method Details

ConnectionRequestMessage() public method

public ConnectionRequestMessage ( Array data )
data Array

ConnectionRequestMessage() public method

public ConnectionRequestMessage ( Array networkId, bool packetCreation = false )
networkId Array
packetCreation bool

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

GetMessageType() public method

public GetMessageType ( ) : MessageType
return MessageType

Property Details

NetworkId public_oe property

public byte[] NetworkId
return byte[]