Property | Type | Description | |
---|---|---|---|
PropertyId | ushort | ||
PropertyType | ushort |
Method | Description | |
---|---|---|
Deserialize ( byte ropBytes, int startIndex ) : int |
Deserialize the ROP response buffer.
|
|
PropertyTag ( ushort propertyId, ushort propertyType ) : System |
Initializes a new instance of the PropertyTag structure.
|
|
Serialize ( ) : byte[] |
Serialize the ROP request buffer.
|
|
Size ( ) : int |
Return the size of this structure.
|
public Deserialize ( byte ropBytes, int startIndex ) : int | ||
ropBytes | byte | ROPs bytes in response. |
startIndex | int | The start index of this ROP. |
return | int |
public PropertyTag ( ushort propertyId, ushort propertyType ) : System | ||
propertyId | ushort | Property id |
propertyType | ushort | Property type |
return | System |