Click or drag to resize

ServiceRecord Class

Inheritance Hierarchy
SystemObject
  InTheHand.Net.BluetoothServiceRecord

Namespace:  InTheHand.Net.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class ServiceRecord : IEnumerable, 
	IEnumerable<ServiceAttribute>

The ServiceRecord type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodContains(ServiceAttributeId)
Public methodContains(ServiceAttributeId, LanguageBaseItem)
Public methodStatic memberCreateLanguageBasedAttributeId
Public methodStatic memberCreateServiceRecordFromBytes
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAttributeById(ServiceAttributeId)
Public methodGetAttributeById(ServiceAttributeId, LanguageBaseItem)
Public methodGetAttributeByIndex
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLanguageBaseList
Public methodGetMultiLanguageStringAttributeById
Public methodGetPrimaryLanguageBaseItem
Public methodGetPrimaryMultiLanguageStringAttributeById
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToByteArray
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodForEachServiceAttribute (Defined by Extensions.)
Public Extension MethodMinByOrDefaultServiceAttribute, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphServiceAttribute, TEdge(FuncServiceAttribute, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphServiceAttribute, TEdge(FuncServiceAttribute, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphServiceAttribute, TEdge(FuncServiceAttribute, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphServiceAttribute, TEdge(FuncServiceAttribute, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphServiceAttribute, TEdge(TryFuncServiceAttribute, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphServiceAttribute, TEdge(FuncServiceAttribute, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphServiceAttribute, TEdge(TryFuncServiceAttribute, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphServiceAttribute, TEdge(FuncServiceAttribute, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Top
See Also