'DeclarationPublic Function GetLogData( _ ByVal logIndex As Integer _ ) As LogDataService
'UsageDim instance As DeviceIHH505 Dim logIndex As Integer Dim value As LogDataService value = instance.GetLogData(logIndex)
public LogDataService GetLogData( int logIndex )
Parameters
- logIndex