| 
            
              PhasorMeasurementMapperResetDeviceStatistics Method
             | 
          
        
        
            Resets the statistics of the specified device associated with this connection.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Resets the statistics of the device with the specified ID code.", 
	new string[] { ... })]
public void ResetDeviceStatistics(
	ushort idCode
)<AdapterCommandAttribute("Resets the statistics of the device with the specified ID code.", 
	New String() { ... })>
Public Sub ResetDeviceStatistics ( 
	idCode As UShort
)public:
[AdapterCommandAttribute(L"Resets the statistics of the device with the specified ID code.", 
	__gc new array<String^>^ { ... })]
void ResetDeviceStatistics(
	unsigned short idCode
)[<AdapterCommandAttribute("Resets the statistics of the device with the specified ID code.", 
	new string[] { ... })>]
member ResetDeviceStatistics : 
        idCode : uint16 -> unit function ResetDeviceStatistics(idCode);
 View SourceParameters
- idCode  UInt16
 - Integer ID code of device on which to reset statistics.
 
See Also