Method | Description | |
---|---|---|
Deserialize ( byte buffer, int offset ) : int |
Deserializes the message from a buffer
|
|
OriginalUnicastNpduMessage ( ) : System |
Constructs a new OriginalUnicastNpduMessage instance
|
|
Serialize ( byte buffer, int offset ) : int |
Serializes the message to a buffer
|
public Deserialize ( byte buffer, int offset ) : int | ||
buffer | byte | The buffer to deserialize from |
offset | int | The offset to begin deserializing |
return | int |
public OriginalUnicastNpduMessage ( ) : System | ||
return | System |
public Serialize ( byte buffer, int offset ) : int | ||
buffer | byte | The buffer to serialize to |
offset | int | The offset to begin serializing |
return | int |