BodyLength Field

Message length, in bytes, forward to the CheckSum field. ALWAYS SECOND FIELD IN MESSAGE. (Always unencrypted)  
 
 
public const int BodyLength = 9
This language is not supported or no code example is available.
public:  
const int BodyLength = 9;
This language is not supported or no code example is available.
public const BodyLength : int = 9
This language is not supported or no code example is available.

Field Value

int

In this article

Definition