Method | Description | |
---|---|---|
Beginget_configuration_identifier ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_configuration_revision ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_forward_delay ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_hello_time ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_maximum_age ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_maximum_hop ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_mode ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_transmit_hold ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_configuration_identifier ( string value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_configuration_revision ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_forward_delay ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_hello_time ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_maximum_age ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_maximum_hop ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_mode ( NetworkingSTPModeType value, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_transmit_hold ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_configuration_identifier ( System asyncResult ) : string | ||
Endget_configuration_revision ( System asyncResult ) : long | ||
Endget_description ( System asyncResult ) : string | ||
Endget_forward_delay ( System asyncResult ) : long | ||
Endget_hello_time ( System asyncResult ) : long | ||
Endget_maximum_age ( System asyncResult ) : long | ||
Endget_maximum_hop ( System asyncResult ) : long | ||
Endget_mode ( System asyncResult ) : NetworkingSTPModeType | ||
Endget_transmit_hold ( System asyncResult ) : long | ||
Endget_version ( System asyncResult ) : string | ||
Endset_configuration_identifier ( System asyncResult ) : void | ||
Endset_configuration_revision ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_forward_delay ( System asyncResult ) : void | ||
Endset_hello_time ( System asyncResult ) : void | ||
Endset_maximum_age ( System asyncResult ) : void | ||
Endset_maximum_hop ( System asyncResult ) : void | ||
Endset_mode ( System asyncResult ) : void | ||
Endset_transmit_hold ( System asyncResult ) : void | ||
NetworkingSTPGlobals ( ) : System |
Method | Description | |
---|---|---|
get_configuration_identifier ( ) : string | ||
get_configuration_revision ( ) : long | ||
get_description ( ) : string | ||
get_forward_delay ( ) : long | ||
get_hello_time ( ) : long | ||
get_maximum_age ( ) : long | ||
get_maximum_hop ( ) : long | ||
get_mode ( ) : NetworkingSTPModeType | ||
get_transmit_hold ( ) : long | ||
get_version ( ) : string | ||
set_configuration_identifier ( string value ) : void | ||
set_configuration_revision ( long value ) : void | ||
set_description ( string description ) : void | ||
set_forward_delay ( long value ) : void | ||
set_hello_time ( long value ) : void | ||
set_maximum_age ( long value ) : void | ||
set_maximum_hop ( long value ) : void | ||
set_mode ( NetworkingSTPModeType value ) : void | ||
set_transmit_hold ( long value ) : void |
public Beginget_configuration_identifier ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_configuration_revision ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_forward_delay ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_hello_time ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_maximum_age ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_maximum_hop ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_mode ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_transmit_hold ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_configuration_identifier ( string value, System callback, object asyncState ) : System.IAsyncResult | ||
value | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_configuration_revision ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
value | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult | ||
description | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_forward_delay ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
value | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_hello_time ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
value | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_maximum_age ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
value | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_maximum_hop ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
value | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_mode ( NetworkingSTPModeType value, System callback, object asyncState ) : System.IAsyncResult | ||
value | NetworkingSTPModeType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_transmit_hold ( long value, System callback, object asyncState ) : System.IAsyncResult | ||
value | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_configuration_identifier ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_configuration_revision ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_description ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_forward_delay ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_hello_time ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_maximum_age ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_maximum_hop ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_mode ( System asyncResult ) : NetworkingSTPModeType | ||
asyncResult | System | |
return | NetworkingSTPModeType |
public Endget_transmit_hold ( System asyncResult ) : long | ||
asyncResult | System | |
return | long |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_configuration_identifier ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_configuration_revision ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_forward_delay ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_hello_time ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_maximum_age ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_maximum_hop ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_mode ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_transmit_hold ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |