zoukankan      html  css  js  c++  java
  • WinAPI Win32_SerialPort 的属性参数

    WinAPI Win32_SerialPort 的属性参数

    [Dynamic, Provider("CIMWin32"), UUID("{8502C4BF-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
    class Win32_SerialPort : CIM_SerialController
    {
      uint16   Availability;
      boolean  Binary;
      uint16   Capabilities[];
      string   CapabilityDescriptions[];
      string   Caption;
      uint32   ConfigManagerErrorCode;
      boolean  ConfigManagerUserConfig;
      string   CreationClassName;
      string   Description;
      string   DeviceID;
      boolean  ErrorCleared;
      string   ErrorDescription;
      datetime InstallDate;
      uint32   LastErrorCode;
      uint32   MaxBaudRate;
      uint32   MaximumInputBufferSize;
      uint32   MaximumOutputBufferSize;
      uint32   MaxNumberControlled;
      string   Name;
      boolean  OSAutoDiscovered;
      string   PNPDeviceID;
      uint16   PowerManagementCapabilities[];
      boolean  PowerManagementSupported;
      uint16   ProtocolSupported;
      string   ProviderType;
      boolean  SettableBaudRate;
      boolean  SettableDataBits;
      boolean  SettableFlowControl;
      boolean  SettableParity;
      boolean  SettableParityCheck;
      boolean  SettableRLSD;
      boolean  SettableStopBits;
      string   Status;
      uint16   StatusInfo;
      boolean  Supports16BitMode;
      boolean  SupportsDTRDSR;
      boolean  SupportsElapsedTimeouts;
      boolean  SupportsIntTimeouts;
      boolean  SupportsParityCheck;
      boolean  SupportsRLSD;
      boolean  SupportsRTSCTS;
      boolean  SupportsSpecialCharacters;
      boolean  SupportsXOnXOff;
      boolean  SupportsXOnXOffSet;
      string   SystemCreationClassName;
      string   SystemName;
      datetime TimeOfLastReset;
    };
    

      

    创建时间:2020.05.15  更新时间:

  • 相关阅读:
    alertify、js、css 使用简介
    html 跳转页面,同时跳转到一个指定的位置
    java 解析 json 遍历未知key
    JSON 字符串 与 java 对象的转换
    iOS安全系列之 HTTPS 进阶
    iOS安全系列之 HTTPS
    iOS-socket
    他人整理开源组件列表
    iOS Layout机制相关方法
    在写一个iOS应用之前必须做的7件事(附相关资源)
  • 原文地址:https://www.cnblogs.com/guorongtao/p/12895652.html
Copyright © 2011-2022 走看看