Метод | Описание | |
---|---|---|
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int |
Used to return the length of this element.
|
|
ObjectGroupDataElementData ( ) : System.Collections.Generic |
Initializes a new instance of the ObjectGroupDataElementData class.
|
|
SerializeToByteList ( ) : List |
Used to convert the element into a byte List.
|
public DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | A Byte array |
startIndex | int | Start position |
Результат | int |
public ObjectGroupDataElementData ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |