Метод | Описание | |
---|---|---|
InputValue ( byte rawData, int &count ) : IPropertyInterface |
Input the value from rawData to structure
|
|
OutputValue ( IPropertyInterface list ) : object |
Output the value saved in the IPropertyInterface structure
|
public InputValue ( byte rawData, int &count ) : IPropertyInterface | ||
rawData | byte | The byte array returned from the GetLists |
count | int | The count point to the current digit |
Результат | IPropertyInterface |
public OutputValue ( IPropertyInterface list ) : object | ||
list | IPropertyInterface | The list from the input |
Результат | object |