Following some 3964, RK512 specific API functions of the SuperCom 3964, RK512 Protocol Module.
RS_TX3964R |
Transmits a 3964/R data packet (more or less a low level protocol function) |
RS_RX3964R |
Receives a 3964/R data packet (more or less a low level protocol function) |
RS_TXRK512 |
Transmits a RK512 data packet (more or less a low level protocol function) |
RS_RXRK512 |
Receives a RK512 data packet (more or less a low level protocol function) |
RS_DataModuleRead |
Retrieves data out of a "data module" |
RS_DataModuleWrite |
Writes data to a "data module" |
RS_ExtDataModuleRead |
Retrieves data out of a extended "data module" |
RS_ExtDataModuleWrite |
Writes data to a extended "data module" |
RS_InputRead |
Retrieves "input" data bytes |
RS_InputWrite |
Writes "input" data bytes |
RS_OutputWrite |
Writes "output" data bytes |
RS_MBRead |
Retrieves "Marker" data bytes |
RS_PeripheralRead |
Retrieves "Peripheral" data bytes |
RS_TimerRead |
Retrieves "Timer" values |
RS_CounterRead |
Retrieves "Counter" values |
RS_SystemRead |
Retrieves data bytes out of the "system" memory |
RS_MemoryRead |
Retrieves data bytes out of an "absolute memory area" |
: |
: |
Hints with regard to the ActiveX Control
The ActiveX Control runs the 3964/R protocol using special properties (e.g. Protocol, S3964Master, S3964ReportEvent etc.) and the well known Input and Output in order to receive and transmit data packets.
When using the ActiveX Control one can also use the above functions (DUAL API*).
*Combination of ActiveX API and DLL API.