Host-side class to send blocks to remote Devices. More...
Public Member Functions | |
| Sender (ushort UdpPortOnDevice=DefaultDevicePort) | |
| Create a broadcaster. More... | |
| Sender (IPAddress DeviceAddress, ushort UdpPortOnDevice=DefaultDevicePort) | |
| Create an unicast sender. More... | |
| bool | Send (byte[] Frame) |
| Send a raw frame. More... | |
| bool | Send (Mk2Protocol.HostToDeviceBlock Block) |
| Send a block. More... | |
Host-side class to send blocks to remote Devices.
| SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Sender | ( | ushort | UdpPortOnDevice = DefaultDevicePort | ) |
Create a broadcaster.
| SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Sender | ( | IPAddress | DeviceAddress, |
| ushort | UdpPortOnDevice = DefaultDevicePort |
||
| ) |
Create an unicast sender.
| bool SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Send | ( | byte [] | Frame | ) |
Send a raw frame.
| bool SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Send | ( | Mk2Protocol.HostToDeviceBlock | Block | ) |
Send a block.