Property | Type | Description | |
---|---|---|---|
DataAnnounce | byte[] | ||
DataPollRequest | byte[] | ||
DataPollResponse | byte[] |
Method | Description | |
---|---|---|
Describe ( this message ) : string | ||
IsInternal ( this device ) : bool | ||
ToPrettyString ( this message, bool withPerformanceInfo = false, bool withBytesAsAscii = false ) : string |
Method | Description | |
---|---|---|
MessageRegistry ( ) : System |
public static Describe ( this message ) : string | ||
message | this | |
return | string |
public static IsInternal ( this device ) : bool | ||
device | this | |
return | bool |
public static ToPrettyString ( this message, bool withPerformanceInfo = false, bool withBytesAsAscii = false ) : string | ||
message | this | |
withPerformanceInfo | bool | |
withBytesAsAscii | bool | |
return | string |