Property | Type | Description | |
---|---|---|---|
SendBuffer | |||
coder | |||
end | bool | ||
headerACK | |||
port | |||
reSend | Thread | ||
receive | Thread | ||
sequence | byte | ||
sta |
Method | Description | |
---|---|---|
GetTransportAddress ( ) : |
||
Receive ( ) : void | ||
Send ( |
||
SerialTransport ( |
||
Start ( |
||
Stop ( ) : void |
Method | Description | |
---|---|---|
WriteToPort ( byte buffer, int offset, int count, bool safe ) : void |
Method | Description | |
---|---|---|
CreateSerialPort ( |
Override this method in order to perform a custom Serial Port initialization.
|
|
GetSequence ( ) : byte | ||
ProcessPacket ( |
||
ReSend ( ) : void |
public GetTransportAddress ( ) : |
||
return |
public Send ( |
||
t | ||
data | byte | |
return | void |
public SerialTransport ( |
||
sta | ||
baudRate | int | |
return | System |
protected WriteToPort ( byte buffer, int offset, int count, bool safe ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
safe | bool | |
return | void |
protected Dictionary,MaCRo.Tools SendBuffer | ||
return |
protected SafeSerialHeader,MaCRo.Communications headerACK | ||
return |