Struct CommMessage
Messsage type used to pass IP communication around.
Namespace: Mechatronics.SensorSDK
Syntax
public struct CommMessage
Fields
endPoint
Endpoint for the data reception or the endpoint to send data to.
Declaration
public IPEndPoint endPoint
Field Value
Type | Description |
---|---|
IPEndPoint |
message
Raw message
Declaration
public byte[] message
Field Value
Type | Description |
---|---|
Byte[] |
messageLength
Length of the message.
Declaration
public uint messageLength
Field Value
Type | Description |
---|---|
UInt32 |
offset
Offset of the message.
Declaration
public uint offset
Field Value
Type | Description |
---|---|
UInt32 |