InterleavedTransportParamLastChannel Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Nullable<int> LastChannel { get; }
Public ReadOnly Property LastChannel As Nullable(Of Integer)
Get
public:
property Nullable<int> LastChannel {
Nullable<int> get ();
}
member LastChannel : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also