Public Member Functions | |
| byte[] | ToByteArray () |
| void | FromByteArray (byte[] src) |
| void | FromByte (byte src) |
| void | Test () |
Properties | |
| int | Length |
| bool | isACK |
| bool | isACKable |
| bool | isNACK |
| bool | isRangedNACK |
| bool | isSynchedPacket |
| bool | isFirstMessageSegment |
| bool | isLastMessageSegment |
Definition at line 455 of file SmartDeviceGUIClient/Segment.cs.
|
|
<summary> Reconstructs a Segment Flags object from a single byte. </summary> <param name="src">The byte to reconstruct the flags from</param> Definition at line 502 of file SmartDeviceGUIClient/Segment.cs. |
|
|
<summary> Reconstructs a Segment Flags object from the first byte in a byte array </summary> <param name="src">The byte array to reconstruct the flags from</param> Definition at line 494 of file SmartDeviceGUIClient/Segment.cs. |
|
|
<summary> Length in bytes of the flags when serialised; </summary> Definition at line 459 of file SmartDeviceGUIClient/Segment.cs. |
1.3.9.1