Méthode | Description | |
---|---|---|
DiagnosticRequestOptionOutput ( ) : System |
Initializes a new instance of the DiagnosticRequestOptionOutput class.
|
Méthode | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Deserialize items from byte array.
|
|
SerializeItemsToByteList ( List |
Serialize items to byte list.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | The byte array which contains response message. |
currentIndex | int | The index special where to start. |
lengthOfItems | int | The length of items. |
Résultat | void |
public DiagnosticRequestOptionOutput ( ) : System | ||
Résultat | System |
protected SerializeItemsToByteList ( List |
||
byteList | List |
The byte list need to serialized. |
Résultat | int |