Method | Description | |
---|---|---|
DynamicVirtualChannel ( |
||
NewChannelId ( ) : |
Get a new unused channel id
|
|
ProcessPacket ( |
Process DVC packet, only process Data on this channel
|
|
Send ( byte data, bool isCompressed = false ) : void |
Send data using this DVC
|
|
SendFirstCompressedData ( byte data ) : void |
Method | Description | |
---|---|---|
ProcessDataPdu ( |
Process DVC Data
|
public DynamicVirtualChannel ( |
||
channelId | ||
channelName | string | |
priority | ushort | |
transport | IDVCTransport | |
return | System |
public ProcessPacket ( |
||
pdu | ||
return | void |
public Send ( byte data, bool isCompressed = false ) : void | ||
data | byte | |
isCompressed | bool | |
return | void |
public SendFirstCompressedData ( byte data ) : void | ||
data | byte | |
return | void |