Show / Hide Table of Contents
View Source

Enum MraaResult

MRAA return codes

Namespace:MraaSharp
Assembly:MraaSharp.dll
Syntax
public enum MraaResult

Fields

View Source

ErrorFeatureNotImplemented

Feature TODO

Declaration
ErrorFeatureNotImplemented = 1
Field Value
Type Description
MraaResult
View Source

ErrorFeatureNotSupported

Feature not supported by HW

Declaration
ErrorFeatureNotSupported = 2
Field Value
Type Description
MraaResult
View Source

ErrorInvalidHandle

Handle invalid

Declaration
ErrorInvalidHandle = 5
Field Value
Type Description
MraaResult
View Source

ErrorInvalidParameter

Parameter invalid

Declaration
ErrorInvalidParameter = 4
Field Value
Type Description
MraaResult
View Source

ErrorInvalidPlatform

Platform not recognised

Declaration
ErrorInvalidPlatform = 10
Field Value
Type Description
MraaResult
View Source

ErrorInvalidQueueType

Queue type incorrect

Declaration
ErrorInvalidQueueType = 8
Field Value
Type Description
MraaResult
View Source

ErrorInvalidResource

Resource invalid

Declaration
ErrorInvalidResource = 7
Field Value
Type Description
MraaResult
View Source

ErrorInvalidVerbosityLevel

Verbosity level wrong

Declaration
ErrorInvalidVerbosityLevel = 3
Field Value
Type Description
MraaResult
View Source

ErrorNoDataAvailable

No data available

Declaration
ErrorNoDataAvailable = 9
Field Value
Type Description
MraaResult
View Source

ErrorNoResources

No resource of that type avail

Declaration
ErrorNoResources = 6
Field Value
Type Description
MraaResult
View Source

ErrorPlatformAlreadyInitialised

Board is already initialised

Declaration
ErrorPlatformAlreadyInitialised = 12
Field Value
Type Description
MraaResult
View Source

ErrorPlatformNotInitialised

Board information not initialised

Declaration
ErrorPlatformNotInitialised = 11
Field Value
Type Description
MraaResult
View Source

ErrorUnspecified

Unknown Error

Declaration
ErrorUnspecified = 99
Field Value
Type Description
MraaResult
View Source

Success

Expected response

Declaration
Success = 0
Field Value
Type Description
MraaResult
In This Article
  • Fields
    • ErrorFeatureNotImplemented
    • ErrorFeatureNotSupported
    • ErrorInvalidHandle
    • ErrorInvalidParameter
    • ErrorInvalidPlatform
    • ErrorInvalidQueueType
    • ErrorInvalidResource
    • ErrorInvalidVerbosityLevel
    • ErrorNoDataAvailable
    • ErrorNoResources
    • ErrorPlatformAlreadyInitialised
    • ErrorPlatformNotInitialised
    • ErrorUnspecified
    • Success
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX