Device.GetSerialNumber Method |
||||||||||||||
Retrieves the serial number of the video capture device. | ||||||||||||||
Syntax: | [C#] [C#] |
|||||||||||||
|
||||||||||||||
Return Value: | When using the zero parameter version, the serial number is directly returned. If no serial number can be fetched, a empty string is returned. True, if the serial number of the video capture device could be retrieved. If the video capture device does not support serial numbers, False is returned. |
|||||||||||||
Limitations: | Runtime only. |
|||||||||||||
Sample: | This example demonstrates how to use the GetSerialNumber method. [C#] |
|||||||||||||
See also: | Device |