Метод | Описание | |
---|---|---|
CommandCell ( ICommandFrame parent, byte extendedDataByte ) : System |
Creates a new CommandCell from specified parameters.
|
|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
Метод | Описание | |
---|---|---|
CommandCell ( |
Creates a new CommandCell from serialization parameters.
|
|
ParseBodyImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary body image.
|
Метод | Описание | |
---|---|---|
CreateNewCell ( IChannelFrame parent, IChannelFrameParsingState |
public CommandCell ( ICommandFrame parent, byte extendedDataByte ) : System | ||
parent | ICommandFrame | A reference to the parent |
extendedDataByte | byte | Extended data |
Результат | System |
protected CommandCell ( |
||
info | The |
|
context | The source |
|
Результат | System |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
Результат | void |
protected ParseBodyImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to parse. |
startIndex | int | Start index into |
length | int | Length of valid data within |
Результат | int |