Method | Description | |
---|---|---|
AnalyzeDescription ( string response ) : SonyCameraDeviceInfo | ||
ClearCache ( ) : void | ||
GetActiveAdaptersAsync ( ) : Task |
||
SearchSonyCameraDevices ( System.TimeSpan timeout = null ) : void |
Search sony camera devices and retrieve the endpoint URLs.
|
|
SearchUpnpDevices ( string st = ST_ALL, System.TimeSpan timeout = null ) : void |
Search UPnP devices and retrieve the device description.
|
Method | Description | |
---|---|---|
OnDiscovered ( |
||
OnDiscovered ( |
||
OnTimeout ( |
Method | Description | |
---|---|---|
GetActiveAdaptersAsync ( ) : Task |
||
GetDeviceDescriptionAsync ( string data, |
||
GetDeviceDescriptionAsync ( AsyncCallback ac, string data ) : void | ||
Log ( string message ) : void | ||
OnDatagramSocketMessageReceived ( |
||
OnDescriptionObtained ( string response, |
||
ParseLocation ( string response ) : string | ||
Search ( string st, System.TimeSpan timeout = null ) : void |
public static AnalyzeDescription ( string response ) : SonyCameraDeviceInfo | ||
response | string | |
return | SonyCameraDeviceInfo |
public static GetActiveAdaptersAsync ( ) : Task |
||
return | Task |
protected OnDiscovered ( |
||
e | ||
return | void |
protected OnDiscovered ( |
||
e | ||
return | void |
protected OnTimeout ( |
||
e | ||
return | void |
public SearchSonyCameraDevices ( System.TimeSpan timeout = null ) : void | ||
timeout | System.TimeSpan | Timeout to end up search. |
return | void |
public SearchUpnpDevices ( string st = ST_ALL, System.TimeSpan timeout = null ) : void | ||
st | string | Search Target parameter for SSDP. |
timeout | System.TimeSpan | Timeout to end up search. |
return | void |