Property | Type | Description | |
---|---|---|---|
ChannelId | uint | ||
HeaderType | byte | ||
IsAbsolute | bool | ||
MessageLength | uint | ||
MessageType | byte | ||
ReadCompleted | bool | ||
Skip4Bytes | bool | ||
StreamId | uint | ||
TimeStramp | uint |
Method | Description | |
---|---|---|
Read ( uint channelId, byte type, |
||
Reset ( byte ht, uint ci, uint ts, uint ml, byte mt, uint si, bool ia = false ) : void | ||
Write ( |
||
Write ( Stream writer ) : bool |
public Read ( uint channelId, byte type, |
||
channelId | uint | |
type | byte | |
buffer | ||
availableBytes | uint | |
return | bool |
public Reset ( byte ht, uint ci, uint ts, uint ml, byte mt, uint si, bool ia = false ) : void | ||
ht | byte | |
ci | uint | |
ts | uint | |
ml | uint | |
mt | byte | |
si | uint | |
ia | bool | |
return | void |
public Write ( |
||
channel | ||
writer | Stream | |
return | bool |