SessionDescriptionLine Constructor (Char, Int32) |
Constructs a new SessionDescriptionLine with the given type
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SessionDescriptionLine(
char type,
int partCount = 0
)
Public Sub New (
type As Char,
Optional partCount As Integer = 0
)
public:
SessionDescriptionLine(
wchar_t type,
int partCount = 0
)
new :
type : char *
?partCount : int
(* Defaults:
let _partCount = defaultArg partCount 0
*)
-> SessionDescriptionLine
Parameters
- type
- Type: SystemChar
The type of the line - partCount (Optional)
- Type: SystemInt32
See Also