rfbcRawFilter (Function) |
Top Previous Next |
This function will set a reception filter for raw packet handling. Any packet matching the filter must be handled manually - including acknowledgment. No automatic acknowledgment will be sent.
Input: start_id : DINT [0 .. 16_777_215] (default 0) ID of the sender must be greater or equal if not set to 0.
end_id : DINT [0 .. 16_777_215] (default 0) ID of the sender must be less or equal if not set to 0.
flags : INT [-1, 0 .. 255] (default -1) Packet flags must match this value if greater than -1.
type : INT [-1, 0 .. 255] (default -1) Packet message type must match this value if greater than -1.
Output: None.
Returns: INT
Declaration: FUNCTION rfbcRawFilter : INT;
Example: INCLUDE rtcu.inc |