Method | Description | |
---|---|---|
PDV ( ) : System |
Initializes new PDV
|
|
PDV ( byte pcid, byte value, bool command, bool last ) : System |
Initializes new PDV
|
|
Read ( |
Reads PDV from PDU buffer
|
|
Write ( |
Writes PDV to PDU buffer
|
public PDV ( byte pcid, byte value, bool command, bool last ) : System | ||
pcid | byte | Presentation context ID |
value | byte | PDV data |
command | bool | Is command |
last | bool | Is last fragment of command or data |
return | System |