Click or drag to resize

BluetoothAddress Class

Inheritance Hierarchy
SystemObject
  InTheHand.NetBluetoothAddress

Namespace:  InTheHand.Net
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[SerializableAttribute]
public sealed class BluetoothAddress : IComparable, 
	IFormattable, IXmlSerializable, ISerializable

The BluetoothAddress type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNap
Public propertySap
Top
Methods
  NameDescription
Public methodClone
Public methodStatic memberCreateFromBigEndian
Public methodStatic memberCreateFromLittleEndian
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Public methodToByteArray
Public methodToByteArrayBigEndian
Public methodToByteArrayLittleEndian
Public methodToInt64
Public methodToString (Overrides ObjectToString.)
Public methodToString(String)
Public methodToString(String, IFormatProvider)
Public methodStatic memberTryParse
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldStatic memberGiac
Public fieldStatic memberLiac
Public fieldStatic memberNone
Top
See Also