Property | Type | Description | |
---|---|---|---|
ctxId | byte | ||
flags | byte | ||
tileSize | ushort |
Method | Description | |
---|---|---|
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool |
Decode this PDU from the PduMarshaler.
|
|
Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void |
Encode this PDU to the PduMarshaler.
|
|
RFX_Progressive_CONTEXT ( byte flag ) : System |
Constructor, create RFX_Progressive_CONTEXT block
|
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool | ||
marshaler | Microsoft.Protocols.TestTools.StackSdk.PduMarshaler | This is used to decode the fields of this PDU. |
return | bool |
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void | ||
marshaler | Microsoft.Protocols.TestTools.StackSdk.PduMarshaler | This is used to encode the fields of this PDU. |
return | void |
public RFX_Progressive_CONTEXT ( byte flag ) : System | ||
flag | byte | This is used to indicate context flags. |
return | System |