| UM .NET API
    6.17
    | 
The chained segment header is the internal PDM header class used by the different PDM segments of a message. It includes a next header type as well as the length of its corresponding segment. More...
| Public Member Functions | |
| virtual void | clear () | 
| Clears the header so it can be reused without creating a new one. | |
| virtual byte[] | toBytes (PDMSerializer ser) | 
| Serializes this object to a new byte array.  More... | |
| virtual int | toBytes (PDMSerializer ser, byte[] ba, int pos) | 
| Serializes this object to an existing byte array at position.  More... | |
| virtual int | parse (PDMDeserializer deser, byte[] ba, int pos) | 
| Parses the byte array at position into this object.  More... | |
The chained segment header is the internal PDM header class used by the different PDM segments of a message. It includes a next header type as well as the length of its corresponding segment.
| 
 | virtual | 
Parses the byte array at position into this object.
References com.latencybusters.pdm.PDMDeserializer.readByte(), com.latencybusters.pdm.PDMDeserializer.readInt(), and com.latencybusters.pdm.PDMDeserializer.readShort().
Referenced by com.latencybusters.pdm.PDMMessage.getFields().
| 
 | virtual | 
Serializes this object to a new byte array.
Referenced by com.latencybusters.pdm.PDMMessage.getFields().
| 
 | virtual | 
Serializes this object to an existing byte array at position.
References com.latencybusters.pdm.PDMSerializer.writeByte(), com.latencybusters.pdm.PDMSerializer.writeInt(), and com.latencybusters.pdm.PDMSerializer.writeShort().