Method | Description | |
---|---|---|
DataFirstCompressedDvcPdu ( ) : System | ||
DataFirstCompressedDvcPdu ( uint channelId, uint length, byte data ) : System |
Construct the DataFirstCompressedDvcPdu
|
|
GetNonDataSize ( ) : int |
Method | Description | |
---|---|---|
DoMarshal ( PduMarshaler marshaler ) : void | ||
DoUnmarshal ( PduMarshaler marshaler ) : void |
public DataFirstCompressedDvcPdu ( ) : System | ||
return | System |
public DataFirstCompressedDvcPdu ( uint channelId, uint length, byte data ) : System | ||
channelId | uint | channelId |
length | uint | length for the total uncompressed data length |
data | byte | The co |
return | System |
protected DoMarshal ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |
protected DoUnmarshal ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |