libiec61850.NET  1.5.1
IEC 61850 .NET API for libiec61850 protocol library
IEC61850.SV.Subscriber.SVReceiver Class Reference

SV receiver. More...

Inheritance diagram for IEC61850.SV.Subscriber.SVReceiver:
Collaboration diagram for IEC61850.SV.Subscriber.SVReceiver:

Public Member Functions

 SVReceiver ()
 Initializes a new instance of the IEC61850.SV.Subscriber.SVReceiver class. More...
 
void SetInterfaceId (string interfaceId)
 
void DisableDestAddrCheck ()
 
void EnableDestAddrCheck ()
 
void AddSubscriber (SVSubscriber subscriber)
 Add a subscriber to handle More...
 
void RemoveSubscriber (SVSubscriber subscriber)
 
void Start ()
 Start handling SV messages More...
 
void Stop ()
 Stop handling SV messges More...
 
bool IsRunning ()
 
void Dispose ()
 Releases all resource used by the IEC61850.SV.Subscriber.SVReceiver object. More...
 

Detailed Description

SV receiver.

A receiver is responsible for processing all SV message for a single Ethernet interface. In order to process messages from multiple Ethernet interfaces you have to create multiple instances.

Constructor & Destructor Documentation

◆ SVReceiver()

IEC61850.SV.Subscriber.SVReceiver.SVReceiver ( )

Initializes a new instance of the IEC61850.SV.Subscriber.SVReceiver class.

Member Function Documentation

◆ AddSubscriber()

void IEC61850.SV.Subscriber.SVReceiver.AddSubscriber ( SVSubscriber  subscriber)

Add a subscriber to handle

Parameters
subscriberSubscriber.

◆ Dispose()

void IEC61850.SV.Subscriber.SVReceiver.Dispose ( )

Releases all resource used by the IEC61850.SV.Subscriber.SVReceiver object.

Call Dispose when you are finished using the IEC61850.SV.Subscriber.SVReceiver. The Dispose method leaves the IEC61850.SV.Subscriber.SVReceiver in an unusable state. After calling Dispose, you must release all references to the IEC61850.SV.Subscriber.SVReceiver so the garbage collector can reclaim the memory that the IEC61850.SV.Subscriber.SVReceiver was occupying.

◆ Start()

void IEC61850.SV.Subscriber.SVReceiver.Start ( )

Start handling SV messages

◆ Stop()

void IEC61850.SV.Subscriber.SVReceiver.Stop ( )

Stop handling SV messges


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