Method | Description | |
---|---|---|
CellKnowledgeRange ( ) : System |
Initializes a new instance of the CellKnowledgeRange class.
|
Method | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
This method is used to deserialize the items of the cell knowledge range from the byte array.
|
|
SerializeItemsToByteList ( List |
This method is used to serialize the items of the cell knowledge range to the byte list.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Specify the byte array. |
currentIndex | int | Specify the start index from the byte array. |
lengthOfItems | int | Specify the current length of items in the cell knowledge range. |
return | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
Specify the byte list which stores the information of cell knowledge range. |
return | int |