Add Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvents.Add Method

This function creates a new event.


[Visual Basic]
Public Sub Add( _
   ByVal EventName As String _
)

[C#]
public void Add(
   String EventName
);

[C++]
HRESULT Add(
   BSTR EventName
);

Parameters

EventName
Specifies the name of the event to create.

Remarks

The EventName parameter is case-insensitive but case-preserving. This means that any casing of the EventName parameter can be used to access the event within the repeated capability collection, but the original casing is used by the specific driver when transmitting events on the LAN.

See Also

IIviLxiSyncEvents Interface | IIviLxiSyncEvents Members | Ivi.LxiSync.Interop Namespace