SpringCard Smart Readers library for .NET  19.9.20
Communicate and manage SpringCard Smart Reader devices
SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender Class Reference

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...
 

Detailed Description

Host-side class to send blocks to remote Devices.

Constructor & Destructor Documentation

◆ Sender() [1/2]

SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Sender ( ushort  UdpPortOnDevice = DefaultDevicePort)

Create a broadcaster.

◆ Sender() [2/2]

SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Sender ( IPAddress  DeviceAddress,
ushort  UdpPortOnDevice = DefaultDevicePort 
)

Create an unicast sender.

Member Function Documentation

◆ Send() [1/2]

bool SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Send ( byte []  Frame)

Send a raw frame.

◆ Send() [2/2]

bool SpringCard.SmartReader.Mk2Link.Mk2NetworkUdp.Sender.Send ( Mk2Protocol.HostToDeviceBlock  Block)

Send a block.


The documentation for this class was generated from the following file: