Operation modes of the media.
| Member | Description |
|---|---|
| Server |
Connection type is server. Integer value=2.
If not using .NET Framework, use constant GX_OPERATION_MODE_SERVER. |
| Client |
Connection type is client. Integer value=1.
If not using .NET Framework, use constant GX_OPERATION_MODE_CLIENT. |
| None |
Connection type has not been set. Integer value=0.
If not using .NET Framework, use constant GX_OPERATION_MODE_NONE. |
| All |
Connection type can be either a server or a client. Integer value=-1.
If not using .NET Framework, use constant GX_OPERATION_MODE_ALL. |
If not using .NET Framework, enumeration is GX_OPERATION_MODE.
Assembly: Gurux.Common (Module: Gurux.Common) Version: 5.0.0.1