Module hwPortUtils :: Class BLUETOOTH_DEVICE_INFO
[hide private]
[frames] | no frames]

Class BLUETOOTH_DEVICE_INFO

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   BLUETOOTH_DEVICE_INFO

Instance Methods [hide private]
 
__init__(self, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from _ctypes.Structure: __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = (('dwSize', <class 'ctypes.c_ulong'>), ('address', ...
  address = <Field type=c_ulonglong, ofs=8, size=8>
  dwSize = <Field type=c_ulong, ofs=0, size=4>
  fAuthenticated = <Field type=c_long, ofs=28, size=4>
  fConnected = <Field type=c_long, ofs=20, size=4>
  fRemembered = <Field type=c_long, ofs=24, size=4>
  stLastSeen = <Field type=SYSTEMTIME, ofs=32, size=16>
  stLastUsed = <Field type=SYSTEMTIME, ofs=48, size=16>
  szName = <Field type=c_wchar_Array_248, ofs=64, size=496>
  ulClassofDevice = <Field type=c_ulong, ofs=16, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_fields_

Value:
(('dwSize', <class 'ctypes.c_ulong'>),
 ('address', <class 'ctypes.c_ulonglong'>),
 ('ulClassofDevice', <class 'ctypes.c_ulong'>),
 ('fConnected', <class 'ctypes.c_long'>),
 ('fRemembered', <class 'ctypes.c_long'>),
 ('fAuthenticated', <class 'ctypes.c_long'>),
 ('stLastSeen', <class 'hwPortUtils.SYSTEMTIME'>),
 ('stLastUsed', <class 'hwPortUtils.SYSTEMTIME'>),
...