C# 클래스 Flint.Core.AppBank

Represents the Appbank present on the Pebble.
Data structure gleaned from https://github.com/pebble/libpebble/blob/f230d8c96e3ffbf011adbba95443c447852ff707/pebble/pebble.py#L678
파일 보기 프로젝트 열기: barometz/flint 1 사용 예제들

공개 메소드들

메소드 설명
AppBank ( byte bytes ) : System

Load appbank data from the data received from a Pebble

ToString ( ) : string

비공개 메소드들

메소드 설명
AppFromBytes ( byte bytes ) : App

Populate an App struct from the 78 appinfo bytes.

메소드 상세

AppBank() 공개 메소드

Load appbank data from the data received from a Pebble
public AppBank ( byte bytes ) : System
bytes byte The entire payload from an appropriate APP_MANAGER message.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string