Method | Description | |
---|---|---|
Decode ( PduMarshaler marshaler ) : bool | ||
DynamicVCPDU ( ) : System | ||
Encode ( PduMarshaler marshaler ) : void |
Method | Description | |
---|---|---|
DoMarshal ( PduMarshaler marshaler ) : void | ||
DoUnmarshal ( PduMarshaler marshaler ) : void | ||
ReadChannelId ( PduMarshaler marshaler ) : void | ||
ReadLength ( PduMarshaler marshaler ) : uint | ||
UpdateCbChannelId ( ) : void | ||
UpdateLengthOfLength ( uint length ) : void | ||
WriteChannelId ( PduMarshaler marshaler ) : void | ||
WriteLength ( PduMarshaler marshaler, uint Length ) : void |
Method | Description | |
---|---|---|
SetRawData ( bool marshaling, PduMarshaler marshaler ) : void |
public Decode ( PduMarshaler marshaler ) : bool | ||
marshaler | PduMarshaler | |
return | bool |
protected abstract DoMarshal ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |
protected abstract DoUnmarshal ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |
public Encode ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |
protected ReadChannelId ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |
protected ReadLength ( PduMarshaler marshaler ) : uint | ||
marshaler | PduMarshaler | |
return | uint |
protected UpdateLengthOfLength ( uint length ) : void | ||
length | uint | |
return | void |
protected WriteChannelId ( PduMarshaler marshaler ) : void | ||
marshaler | PduMarshaler | |
return | void |
protected WriteLength ( PduMarshaler marshaler, uint Length ) : void | ||
marshaler | PduMarshaler | |
Length | uint | |
return | void |