NurSocketTransport Class

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class NurSocketTransport : NurTransport
Inheritance
Object    NurTransport    NurSocketTransport
Derived

Constructors

NurSocketTransportInitializes a new instance of the NurSocketTransport class

Methods

Connect
(Overrides NurTransport.Connect(Uri))
Disconnect
(Overrides NurTransport.Disconnect)
DisposeReleases all resources used by the NurSocketTransport
(Overrides NurTransport.Dispose)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
TimerTask 
ToString
(Inherited from Object)
WriteData
(Overrides NurTransport.WriteData(Byte, Int32))

See Also