TLVData.UpdateFromBytes Method
Updates TLV object data from marshaled structure
[Visual Basic]
Overridable Public Function UpdateFromBytes( _
ByVal
data As
Byte(), _
ByVal
offset As
Integer _
) As
Integer
[C#]
public virtual
int UpdateFromBytes(
byte[] data,
int offset);
Parameters
-
data
- marshaled structure data
-
offset
- offset in the byte array
Return Value
returns number of bytes read
See Also
TLVData Class | BlueLibs.OBEX Namespace